<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="relatorio%20i_arquivos/estilo.css">
<link rel="stylesheet" href="relatorio%20i_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="relatorio%20i_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="relatorio%20i_arquivos/jquery.js" type="text/javascript"></script>
<script src="relatorio%20i_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="relatorio%20i_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="relatorio%20i_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | I - 2 Perodo - 14/08/2012 - 26/10/2012</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="2" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="27" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96451" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="2 Perodo - 14/08/2012 - 26/10/2012" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;478488&nbsp;ALECIO FERNANDES RAFAEL
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="478488" type="hidden"></td>
            
            <td id="colunaNotaAluno_478488_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_154" id="ci_AlunoAvaliacao_478488_154" value="89772863" type="hidden">
                <input name="nr_Nota_478488_154" id="nr_Nota_478488_154" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_160" id="ci_AlunoAvaliacao_478488_160" value="89309754" type="hidden">
                <input name="nr_Nota_478488_160" id="nr_Nota_478488_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_530" id="ci_AlunoAvaliacao_478488_530" value="89917532" type="hidden">
                <input name="nr_Nota_478488_530" id="nr_Nota_478488_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_780" id="ci_AlunoAvaliacao_478488_780" value="88773223" type="hidden">
                <input name="nr_Nota_478488_780" id="nr_Nota_478488_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_800" id="ci_AlunoAvaliacao_478488_800" value="89309109" type="hidden">
                <input name="nr_Nota_478488_800" id="nr_Nota_478488_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_890" id="ci_AlunoAvaliacao_478488_890" value="88778853" type="hidden">
                <input name="nr_Nota_478488_890" id="nr_Nota_478488_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_970" id="ci_AlunoAvaliacao_478488_970" value="88777854" type="hidden">
                <input name="nr_Nota_478488_970" id="nr_Nota_478488_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_3330" id="ci_AlunoAvaliacao_478488_3330" value="89771364" type="hidden">
                <input name="nr_Nota_478488_3330" id="nr_Nota_478488_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_1130" id="ci_AlunoAvaliacao_478488_1130" value="89773539" type="hidden">
                <input name="nr_Nota_478488_1130" id="nr_Nota_478488_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_1140" id="ci_AlunoAvaliacao_478488_1140" value="89774803" type="hidden">
                <input name="nr_Nota_478488_1140" id="nr_Nota_478488_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_1200" id="ci_AlunoAvaliacao_478488_1200" value="89311885" type="hidden">
                <input name="nr_Nota_478488_1200" id="nr_Nota_478488_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_1620" id="ci_AlunoAvaliacao_478488_1620" value="89308058" type="hidden">
                <input name="nr_Nota_478488_1620" id="nr_Nota_478488_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_1730" id="ci_AlunoAvaliacao_478488_1730" value="89312283" type="hidden">
                <input name="nr_Nota_478488_1730" id="nr_Nota_478488_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2583204&nbsp;ANA BEATRIZ DE ALBUQUERQUE CASTRO
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="2583204" type="hidden"></td>
            
            <td id="colunaNotaAluno_2583204_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_154" id="ci_AlunoAvaliacao_2583204_154" value="89772864" type="hidden">
                <input name="nr_Nota_2583204_154" id="nr_Nota_2583204_154" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_160" id="ci_AlunoAvaliacao_2583204_160" value="89309755" type="hidden">
                <input name="nr_Nota_2583204_160" id="nr_Nota_2583204_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_530" id="ci_AlunoAvaliacao_2583204_530" value="89917533" type="hidden">
                <input name="nr_Nota_2583204_530" id="nr_Nota_2583204_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_780" id="ci_AlunoAvaliacao_2583204_780" value="88773224" type="hidden">
                <input name="nr_Nota_2583204_780" id="nr_Nota_2583204_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_800" id="ci_AlunoAvaliacao_2583204_800" value="89309110" type="hidden">
                <input name="nr_Nota_2583204_800" id="nr_Nota_2583204_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_890" id="ci_AlunoAvaliacao_2583204_890" value="88778854" type="hidden">
                <input name="nr_Nota_2583204_890" id="nr_Nota_2583204_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_970" id="ci_AlunoAvaliacao_2583204_970" value="88777855" type="hidden">
                <input name="nr_Nota_2583204_970" id="nr_Nota_2583204_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_3330" id="ci_AlunoAvaliacao_2583204_3330" value="89771365" type="hidden">
                <input name="nr_Nota_2583204_3330" id="nr_Nota_2583204_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_1130" id="ci_AlunoAvaliacao_2583204_1130" value="89773540" type="hidden">
                <input name="nr_Nota_2583204_1130" id="nr_Nota_2583204_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_1140" id="ci_AlunoAvaliacao_2583204_1140" value="89774804" type="hidden">
                <input name="nr_Nota_2583204_1140" id="nr_Nota_2583204_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_1200" id="ci_AlunoAvaliacao_2583204_1200" value="89311886" type="hidden">
                <input name="nr_Nota_2583204_1200" id="nr_Nota_2583204_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_1620" id="ci_AlunoAvaliacao_2583204_1620" value="89308059" type="hidden">
                <input name="nr_Nota_2583204_1620" id="nr_Nota_2583204_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_1730" id="ci_AlunoAvaliacao_2583204_1730" value="89312284" type="hidden">
                <input name="nr_Nota_2583204_1730" id="nr_Nota_2583204_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;770964&nbsp;ANA JESEBEL DA SILVA BRASIL
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="770964" type="hidden"></td>
            
            <td id="colunaNotaAluno_770964_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_154" id="ci_AlunoAvaliacao_770964_154" value="89772865" type="hidden">
                <input name="nr_Nota_770964_154" id="nr_Nota_770964_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_160" id="ci_AlunoAvaliacao_770964_160" value="89309756" type="hidden">
                <input name="nr_Nota_770964_160" id="nr_Nota_770964_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_530" id="ci_AlunoAvaliacao_770964_530" value="89917540" type="hidden">
                <input name="nr_Nota_770964_530" id="nr_Nota_770964_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_780" id="ci_AlunoAvaliacao_770964_780" value="88773225" type="hidden">
                <input name="nr_Nota_770964_780" id="nr_Nota_770964_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_800" id="ci_AlunoAvaliacao_770964_800" value="89309111" type="hidden">
                <input name="nr_Nota_770964_800" id="nr_Nota_770964_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_890" id="ci_AlunoAvaliacao_770964_890" value="88778855" type="hidden">
                <input name="nr_Nota_770964_890" id="nr_Nota_770964_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_970" id="ci_AlunoAvaliacao_770964_970" value="88777856" type="hidden">
                <input name="nr_Nota_770964_970" id="nr_Nota_770964_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_3330" id="ci_AlunoAvaliacao_770964_3330" value="89771366" type="hidden">
                <input name="nr_Nota_770964_3330" id="nr_Nota_770964_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_1130" id="ci_AlunoAvaliacao_770964_1130" value="89773541" type="hidden">
                <input name="nr_Nota_770964_1130" id="nr_Nota_770964_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_1140" id="ci_AlunoAvaliacao_770964_1140" value="89774805" type="hidden">
                <input name="nr_Nota_770964_1140" id="nr_Nota_770964_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_1200" id="ci_AlunoAvaliacao_770964_1200" value="89311887" type="hidden">
                <input name="nr_Nota_770964_1200" id="nr_Nota_770964_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_1620" id="ci_AlunoAvaliacao_770964_1620" value="89308060" type="hidden">
                <input name="nr_Nota_770964_1620" id="nr_Nota_770964_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_1730" id="ci_AlunoAvaliacao_770964_1730" value="89312285" type="hidden">
                <input name="nr_Nota_770964_1730" id="nr_Nota_770964_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1694696&nbsp;ANTONIA GERMANA PEREIRA SANTOS
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="1694696" type="hidden"></td>
            
            <td id="colunaNotaAluno_1694696_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_154" id="ci_AlunoAvaliacao_1694696_154" value="89772866" type="hidden">
                <input name="nr_Nota_1694696_154" id="nr_Nota_1694696_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_160" id="ci_AlunoAvaliacao_1694696_160" value="89309757" type="hidden">
                <input name="nr_Nota_1694696_160" id="nr_Nota_1694696_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_530" id="ci_AlunoAvaliacao_1694696_530" value="89917544" type="hidden">
                <input name="nr_Nota_1694696_530" id="nr_Nota_1694696_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_780" id="ci_AlunoAvaliacao_1694696_780" value="88773226" type="hidden">
                <input name="nr_Nota_1694696_780" id="nr_Nota_1694696_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_800" id="ci_AlunoAvaliacao_1694696_800" value="89309112" type="hidden">
                <input name="nr_Nota_1694696_800" id="nr_Nota_1694696_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_890" id="ci_AlunoAvaliacao_1694696_890" value="88778856" type="hidden">
                <input name="nr_Nota_1694696_890" id="nr_Nota_1694696_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_970" id="ci_AlunoAvaliacao_1694696_970" value="88777857" type="hidden">
                <input name="nr_Nota_1694696_970" id="nr_Nota_1694696_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_3330" id="ci_AlunoAvaliacao_1694696_3330" value="89771367" type="hidden">
                <input name="nr_Nota_1694696_3330" id="nr_Nota_1694696_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_1130" id="ci_AlunoAvaliacao_1694696_1130" value="89773542" type="hidden">
                <input name="nr_Nota_1694696_1130" id="nr_Nota_1694696_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_1140" id="ci_AlunoAvaliacao_1694696_1140" value="89774806" type="hidden">
                <input name="nr_Nota_1694696_1140" id="nr_Nota_1694696_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_1200" id="ci_AlunoAvaliacao_1694696_1200" value="89311888" type="hidden">
                <input name="nr_Nota_1694696_1200" id="nr_Nota_1694696_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_1620" id="ci_AlunoAvaliacao_1694696_1620" value="89308061" type="hidden">
                <input name="nr_Nota_1694696_1620" id="nr_Nota_1694696_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_1730" id="ci_AlunoAvaliacao_1694696_1730" value="89312286" type="hidden">
                <input name="nr_Nota_1694696_1730" id="nr_Nota_1694696_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1151287&nbsp;BARBARA LETICIA ALVES PESSOA
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1151287" type="hidden"></td>
            
            <td id="colunaNotaAluno_1151287_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_154" id="ci_AlunoAvaliacao_1151287_154" value="89772867" type="hidden">
                <input name="nr_Nota_1151287_154" id="nr_Nota_1151287_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_160" id="ci_AlunoAvaliacao_1151287_160" value="89309758" type="hidden">
                <input name="nr_Nota_1151287_160" id="nr_Nota_1151287_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_530" id="ci_AlunoAvaliacao_1151287_530" value="89917545" type="hidden">
                <input name="nr_Nota_1151287_530" id="nr_Nota_1151287_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_780" id="ci_AlunoAvaliacao_1151287_780" value="88773227" type="hidden">
                <input name="nr_Nota_1151287_780" id="nr_Nota_1151287_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_800" id="ci_AlunoAvaliacao_1151287_800" value="89309113" type="hidden">
                <input name="nr_Nota_1151287_800" id="nr_Nota_1151287_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_890" id="ci_AlunoAvaliacao_1151287_890" value="88778857" type="hidden">
                <input name="nr_Nota_1151287_890" id="nr_Nota_1151287_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_970" id="ci_AlunoAvaliacao_1151287_970" value="88777859" type="hidden">
                <input name="nr_Nota_1151287_970" id="nr_Nota_1151287_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_3330" id="ci_AlunoAvaliacao_1151287_3330" value="89771368" type="hidden">
                <input name="nr_Nota_1151287_3330" id="nr_Nota_1151287_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_1130" id="ci_AlunoAvaliacao_1151287_1130" value="89773543" type="hidden">
                <input name="nr_Nota_1151287_1130" id="nr_Nota_1151287_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_1140" id="ci_AlunoAvaliacao_1151287_1140" value="89774807" type="hidden">
                <input name="nr_Nota_1151287_1140" id="nr_Nota_1151287_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_1200" id="ci_AlunoAvaliacao_1151287_1200" value="89311889" type="hidden">
                <input name="nr_Nota_1151287_1200" id="nr_Nota_1151287_1200" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_1620" id="ci_AlunoAvaliacao_1151287_1620" value="89308062" type="hidden">
                <input name="nr_Nota_1151287_1620" id="nr_Nota_1151287_1620" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_1730" id="ci_AlunoAvaliacao_1151287_1730" value="89312287" type="hidden">
                <input name="nr_Nota_1151287_1730" id="nr_Nota_1151287_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;39077&nbsp;BRENA KEZIA DE SOUSA LEITE
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="39077" type="hidden"></td>
            
            <td id="colunaNotaAluno_39077_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_154" id="ci_AlunoAvaliacao_39077_154" value="89772868" type="hidden">
                <input name="nr_Nota_39077_154" id="nr_Nota_39077_154" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_160" id="ci_AlunoAvaliacao_39077_160" value="89309759" type="hidden">
                <input name="nr_Nota_39077_160" id="nr_Nota_39077_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_530" id="ci_AlunoAvaliacao_39077_530" value="89917546" type="hidden">
                <input name="nr_Nota_39077_530" id="nr_Nota_39077_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_780" id="ci_AlunoAvaliacao_39077_780" value="88773228" type="hidden">
                <input name="nr_Nota_39077_780" id="nr_Nota_39077_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_800" id="ci_AlunoAvaliacao_39077_800" value="89309114" type="hidden">
                <input name="nr_Nota_39077_800" id="nr_Nota_39077_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_890" id="ci_AlunoAvaliacao_39077_890" value="88778858" type="hidden">
                <input name="nr_Nota_39077_890" id="nr_Nota_39077_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_970" id="ci_AlunoAvaliacao_39077_970" value="88777860" type="hidden">
                <input name="nr_Nota_39077_970" id="nr_Nota_39077_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_3330" id="ci_AlunoAvaliacao_39077_3330" value="89771369" type="hidden">
                <input name="nr_Nota_39077_3330" id="nr_Nota_39077_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_1130" id="ci_AlunoAvaliacao_39077_1130" value="89773544" type="hidden">
                <input name="nr_Nota_39077_1130" id="nr_Nota_39077_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_1140" id="ci_AlunoAvaliacao_39077_1140" value="89774808" type="hidden">
                <input name="nr_Nota_39077_1140" id="nr_Nota_39077_1140" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_1200" id="ci_AlunoAvaliacao_39077_1200" value="89311890" type="hidden">
                <input name="nr_Nota_39077_1200" id="nr_Nota_39077_1200" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_1620" id="ci_AlunoAvaliacao_39077_1620" value="89308063" type="hidden">
                <input name="nr_Nota_39077_1620" id="nr_Nota_39077_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_1730" id="ci_AlunoAvaliacao_39077_1730" value="89312288" type="hidden">
                <input name="nr_Nota_39077_1730" id="nr_Nota_39077_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;635170&nbsp;BRUNO DA SILVA FREIRE
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="635170" type="hidden"></td>
            
            <td id="colunaNotaAluno_635170_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_154" id="ci_AlunoAvaliacao_635170_154" value="89772869" type="hidden">
                <input name="nr_Nota_635170_154" id="nr_Nota_635170_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_160" id="ci_AlunoAvaliacao_635170_160" value="89309760" type="hidden">
                <input name="nr_Nota_635170_160" id="nr_Nota_635170_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_530" id="ci_AlunoAvaliacao_635170_530" value="89917556" type="hidden">
                <input name="nr_Nota_635170_530" id="nr_Nota_635170_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_780" id="ci_AlunoAvaliacao_635170_780" value="88773229" type="hidden">
                <input name="nr_Nota_635170_780" id="nr_Nota_635170_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_800" id="ci_AlunoAvaliacao_635170_800" value="89309115" type="hidden">
                <input name="nr_Nota_635170_800" id="nr_Nota_635170_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_890" id="ci_AlunoAvaliacao_635170_890" value="88778859" type="hidden">
                <input name="nr_Nota_635170_890" id="nr_Nota_635170_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_970" id="ci_AlunoAvaliacao_635170_970" value="88777861" type="hidden">
                <input name="nr_Nota_635170_970" id="nr_Nota_635170_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_3330" id="ci_AlunoAvaliacao_635170_3330" value="89771370" type="hidden">
                <input name="nr_Nota_635170_3330" id="nr_Nota_635170_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_1130" id="ci_AlunoAvaliacao_635170_1130" value="89773545" type="hidden">
                <input name="nr_Nota_635170_1130" id="nr_Nota_635170_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_1140" id="ci_AlunoAvaliacao_635170_1140" value="89774809" type="hidden">
                <input name="nr_Nota_635170_1140" id="nr_Nota_635170_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_1200" id="ci_AlunoAvaliacao_635170_1200" value="89311891" type="hidden">
                <input name="nr_Nota_635170_1200" id="nr_Nota_635170_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_1620" id="ci_AlunoAvaliacao_635170_1620" value="89308064" type="hidden">
                <input name="nr_Nota_635170_1620" id="nr_Nota_635170_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_1730" id="ci_AlunoAvaliacao_635170_1730" value="89312289" type="hidden">
                <input name="nr_Nota_635170_1730" id="nr_Nota_635170_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;902386&nbsp;DAIANA VIANA DE SOUSA
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="902386" type="hidden"></td>
            
            <td id="colunaNotaAluno_902386_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_154" id="ci_AlunoAvaliacao_902386_154" value="89772870" type="hidden">
                <input name="nr_Nota_902386_154" id="nr_Nota_902386_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_160" id="ci_AlunoAvaliacao_902386_160" value="89309761" type="hidden">
                <input name="nr_Nota_902386_160" id="nr_Nota_902386_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_530" id="ci_AlunoAvaliacao_902386_530" value="89917557" type="hidden">
                <input name="nr_Nota_902386_530" id="nr_Nota_902386_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_780" id="ci_AlunoAvaliacao_902386_780" value="88773230" type="hidden">
                <input name="nr_Nota_902386_780" id="nr_Nota_902386_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_800" id="ci_AlunoAvaliacao_902386_800" value="89309116" type="hidden">
                <input name="nr_Nota_902386_800" id="nr_Nota_902386_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_890" id="ci_AlunoAvaliacao_902386_890" value="88778860" type="hidden">
                <input name="nr_Nota_902386_890" id="nr_Nota_902386_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_970" id="ci_AlunoAvaliacao_902386_970" value="88777863" type="hidden">
                <input name="nr_Nota_902386_970" id="nr_Nota_902386_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_3330" id="ci_AlunoAvaliacao_902386_3330" value="89771371" type="hidden">
                <input name="nr_Nota_902386_3330" id="nr_Nota_902386_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_1130" id="ci_AlunoAvaliacao_902386_1130" value="89773546" type="hidden">
                <input name="nr_Nota_902386_1130" id="nr_Nota_902386_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_1140" id="ci_AlunoAvaliacao_902386_1140" value="89774810" type="hidden">
                <input name="nr_Nota_902386_1140" id="nr_Nota_902386_1140" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_1200" id="ci_AlunoAvaliacao_902386_1200" value="89311892" type="hidden">
                <input name="nr_Nota_902386_1200" id="nr_Nota_902386_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_1620" id="ci_AlunoAvaliacao_902386_1620" value="89308065" type="hidden">
                <input name="nr_Nota_902386_1620" id="nr_Nota_902386_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_1730" id="ci_AlunoAvaliacao_902386_1730" value="89312290" type="hidden">
                <input name="nr_Nota_902386_1730" id="nr_Nota_902386_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;179721&nbsp;DAVID GOMES BARROSO
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="179721" type="hidden"></td>
            
            <td id="colunaNotaAluno_179721_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_154" id="ci_AlunoAvaliacao_179721_154" value="89772871" type="hidden">
                <input name="nr_Nota_179721_154" id="nr_Nota_179721_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_160" id="ci_AlunoAvaliacao_179721_160" value="89309762" type="hidden">
                <input name="nr_Nota_179721_160" id="nr_Nota_179721_160" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_530" id="ci_AlunoAvaliacao_179721_530" value="89917558" type="hidden">
                <input name="nr_Nota_179721_530" id="nr_Nota_179721_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_780" id="ci_AlunoAvaliacao_179721_780" value="88773231" type="hidden">
                <input name="nr_Nota_179721_780" id="nr_Nota_179721_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_800" id="ci_AlunoAvaliacao_179721_800" value="89309117" type="hidden">
                <input name="nr_Nota_179721_800" id="nr_Nota_179721_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_890" id="ci_AlunoAvaliacao_179721_890" value="88778861" type="hidden">
                <input name="nr_Nota_179721_890" id="nr_Nota_179721_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_970" id="ci_AlunoAvaliacao_179721_970" value="88777864" type="hidden">
                <input name="nr_Nota_179721_970" id="nr_Nota_179721_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_3330" id="ci_AlunoAvaliacao_179721_3330" value="89771372" type="hidden">
                <input name="nr_Nota_179721_3330" id="nr_Nota_179721_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_1130" id="ci_AlunoAvaliacao_179721_1130" value="89773547" type="hidden">
                <input name="nr_Nota_179721_1130" id="nr_Nota_179721_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_1140" id="ci_AlunoAvaliacao_179721_1140" value="89774811" type="hidden">
                <input name="nr_Nota_179721_1140" id="nr_Nota_179721_1140" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_1200" id="ci_AlunoAvaliacao_179721_1200" value="89311893" type="hidden">
                <input name="nr_Nota_179721_1200" id="nr_Nota_179721_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_1620" id="ci_AlunoAvaliacao_179721_1620" value="89308066" type="hidden">
                <input name="nr_Nota_179721_1620" id="nr_Nota_179721_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_1730" id="ci_AlunoAvaliacao_179721_1730" value="89312291" type="hidden">
                <input name="nr_Nota_179721_1730" id="nr_Nota_179721_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1172463&nbsp;ELIZABETH EDUARDO FERREIRA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1172463" type="hidden"></td>
            
            <td id="colunaNotaAluno_1172463_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_154" id="ci_AlunoAvaliacao_1172463_154" value="89772872" type="hidden">
                <input name="nr_Nota_1172463_154" id="nr_Nota_1172463_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_160" id="ci_AlunoAvaliacao_1172463_160" value="89309763" type="hidden">
                <input name="nr_Nota_1172463_160" id="nr_Nota_1172463_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_530" id="ci_AlunoAvaliacao_1172463_530" value="89917559" type="hidden">
                <input name="nr_Nota_1172463_530" id="nr_Nota_1172463_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_780" id="ci_AlunoAvaliacao_1172463_780" value="88773232" type="hidden">
                <input name="nr_Nota_1172463_780" id="nr_Nota_1172463_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_800" id="ci_AlunoAvaliacao_1172463_800" value="89309118" type="hidden">
                <input name="nr_Nota_1172463_800" id="nr_Nota_1172463_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_890" id="ci_AlunoAvaliacao_1172463_890" value="88778862" type="hidden">
                <input name="nr_Nota_1172463_890" id="nr_Nota_1172463_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_970" id="ci_AlunoAvaliacao_1172463_970" value="88777866" type="hidden">
                <input name="nr_Nota_1172463_970" id="nr_Nota_1172463_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_3330" id="ci_AlunoAvaliacao_1172463_3330" value="89771373" type="hidden">
                <input name="nr_Nota_1172463_3330" id="nr_Nota_1172463_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_1130" id="ci_AlunoAvaliacao_1172463_1130" value="89773548" type="hidden">
                <input name="nr_Nota_1172463_1130" id="nr_Nota_1172463_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_1140" id="ci_AlunoAvaliacao_1172463_1140" value="89774812" type="hidden">
                <input name="nr_Nota_1172463_1140" id="nr_Nota_1172463_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_1200" id="ci_AlunoAvaliacao_1172463_1200" value="89311894" type="hidden">
                <input name="nr_Nota_1172463_1200" id="nr_Nota_1172463_1200" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_1620" id="ci_AlunoAvaliacao_1172463_1620" value="89308067" type="hidden">
                <input name="nr_Nota_1172463_1620" id="nr_Nota_1172463_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_1730" id="ci_AlunoAvaliacao_1172463_1730" value="89312292" type="hidden">
                <input name="nr_Nota_1172463_1730" id="nr_Nota_1172463_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1233385&nbsp;ERIC BRENO SANTOS DE MELO
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="1233385" type="hidden"></td>
            
            <td id="colunaNotaAluno_1233385_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_154" id="ci_AlunoAvaliacao_1233385_154" value="89772873" type="hidden">
                <input name="nr_Nota_1233385_154" id="nr_Nota_1233385_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_160" id="ci_AlunoAvaliacao_1233385_160" value="89309764" type="hidden">
                <input name="nr_Nota_1233385_160" id="nr_Nota_1233385_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_530" id="ci_AlunoAvaliacao_1233385_530" value="89917560" type="hidden">
                <input name="nr_Nota_1233385_530" id="nr_Nota_1233385_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_780" id="ci_AlunoAvaliacao_1233385_780" value="88773233" type="hidden">
                <input name="nr_Nota_1233385_780" id="nr_Nota_1233385_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_800" id="ci_AlunoAvaliacao_1233385_800" value="89309119" type="hidden">
                <input name="nr_Nota_1233385_800" id="nr_Nota_1233385_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_890" id="ci_AlunoAvaliacao_1233385_890" value="88778863" type="hidden">
                <input name="nr_Nota_1233385_890" id="nr_Nota_1233385_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_970" id="ci_AlunoAvaliacao_1233385_970" value="88777867" type="hidden">
                <input name="nr_Nota_1233385_970" id="nr_Nota_1233385_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_3330" id="ci_AlunoAvaliacao_1233385_3330" value="89771374" type="hidden">
                <input name="nr_Nota_1233385_3330" id="nr_Nota_1233385_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_1130" id="ci_AlunoAvaliacao_1233385_1130" value="89773549" type="hidden">
                <input name="nr_Nota_1233385_1130" id="nr_Nota_1233385_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_1140" id="ci_AlunoAvaliacao_1233385_1140" value="89774813" type="hidden">
                <input name="nr_Nota_1233385_1140" id="nr_Nota_1233385_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_1200" id="ci_AlunoAvaliacao_1233385_1200" value="89311895" type="hidden">
                <input name="nr_Nota_1233385_1200" id="nr_Nota_1233385_1200" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_1620" id="ci_AlunoAvaliacao_1233385_1620" value="89308068" type="hidden">
                <input name="nr_Nota_1233385_1620" id="nr_Nota_1233385_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_1730" id="ci_AlunoAvaliacao_1233385_1730" value="89312293" type="hidden">
                <input name="nr_Nota_1233385_1730" id="nr_Nota_1233385_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;401310&nbsp;FRANCISCA ELIDA PEREIRA DA SILVA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="401310" type="hidden"></td>
            
            <td id="colunaNotaAluno_401310_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_154" id="ci_AlunoAvaliacao_401310_154" value="89772874" type="hidden">
                <input name="nr_Nota_401310_154" id="nr_Nota_401310_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_160" id="ci_AlunoAvaliacao_401310_160" value="89309765" type="hidden">
                <input name="nr_Nota_401310_160" id="nr_Nota_401310_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_530" id="ci_AlunoAvaliacao_401310_530" value="89917562" type="hidden">
                <input name="nr_Nota_401310_530" id="nr_Nota_401310_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_780" id="ci_AlunoAvaliacao_401310_780" value="88773234" type="hidden">
                <input name="nr_Nota_401310_780" id="nr_Nota_401310_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_800" id="ci_AlunoAvaliacao_401310_800" value="89309120" type="hidden">
                <input name="nr_Nota_401310_800" id="nr_Nota_401310_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_890" id="ci_AlunoAvaliacao_401310_890" value="88778864" type="hidden">
                <input name="nr_Nota_401310_890" id="nr_Nota_401310_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_970" id="ci_AlunoAvaliacao_401310_970" value="88777868" type="hidden">
                <input name="nr_Nota_401310_970" id="nr_Nota_401310_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_3330" id="ci_AlunoAvaliacao_401310_3330" value="89771375" type="hidden">
                <input name="nr_Nota_401310_3330" id="nr_Nota_401310_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_1130" id="ci_AlunoAvaliacao_401310_1130" value="89773550" type="hidden">
                <input name="nr_Nota_401310_1130" id="nr_Nota_401310_1130" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_1140" id="ci_AlunoAvaliacao_401310_1140" value="89774814" type="hidden">
                <input name="nr_Nota_401310_1140" id="nr_Nota_401310_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_1200" id="ci_AlunoAvaliacao_401310_1200" value="89311896" type="hidden">
                <input name="nr_Nota_401310_1200" id="nr_Nota_401310_1200" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_1620" id="ci_AlunoAvaliacao_401310_1620" value="89308069" type="hidden">
                <input name="nr_Nota_401310_1620" id="nr_Nota_401310_1620" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_1730" id="ci_AlunoAvaliacao_401310_1730" value="89312294" type="hidden">
                <input name="nr_Nota_401310_1730" id="nr_Nota_401310_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;612601&nbsp;FRANCISCA MAYARA FERNANDES
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="612601" type="hidden"></td>
            
            <td id="colunaNotaAluno_612601_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_154" id="ci_AlunoAvaliacao_612601_154" value="89772875" type="hidden">
                <input name="nr_Nota_612601_154" id="nr_Nota_612601_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_160" id="ci_AlunoAvaliacao_612601_160" value="89309766" type="hidden">
                <input name="nr_Nota_612601_160" id="nr_Nota_612601_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_530" id="ci_AlunoAvaliacao_612601_530" value="89917571" type="hidden">
                <input name="nr_Nota_612601_530" id="nr_Nota_612601_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_780" id="ci_AlunoAvaliacao_612601_780" value="88773235" type="hidden">
                <input name="nr_Nota_612601_780" id="nr_Nota_612601_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_800" id="ci_AlunoAvaliacao_612601_800" value="89309121" type="hidden">
                <input name="nr_Nota_612601_800" id="nr_Nota_612601_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_890" id="ci_AlunoAvaliacao_612601_890" value="88778865" type="hidden">
                <input name="nr_Nota_612601_890" id="nr_Nota_612601_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_970" id="ci_AlunoAvaliacao_612601_970" value="88777870" type="hidden">
                <input name="nr_Nota_612601_970" id="nr_Nota_612601_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_3330" id="ci_AlunoAvaliacao_612601_3330" value="89771376" type="hidden">
                <input name="nr_Nota_612601_3330" id="nr_Nota_612601_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_1130" id="ci_AlunoAvaliacao_612601_1130" value="89773551" type="hidden">
                <input name="nr_Nota_612601_1130" id="nr_Nota_612601_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_1140" id="ci_AlunoAvaliacao_612601_1140" value="89774815" type="hidden">
                <input name="nr_Nota_612601_1140" id="nr_Nota_612601_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_1200" id="ci_AlunoAvaliacao_612601_1200" value="89311897" type="hidden">
                <input name="nr_Nota_612601_1200" id="nr_Nota_612601_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_1620" id="ci_AlunoAvaliacao_612601_1620" value="89308070" type="hidden">
                <input name="nr_Nota_612601_1620" id="nr_Nota_612601_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_1730" id="ci_AlunoAvaliacao_612601_1730" value="89312295" type="hidden">
                <input name="nr_Nota_612601_1730" id="nr_Nota_612601_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1305354&nbsp;GABRIELLA GADELHA MOREIRA
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="1305354" type="hidden"></td>
            
            <td id="colunaNotaAluno_1305354_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_154" id="ci_AlunoAvaliacao_1305354_154" value="89772876" type="hidden">
                <input name="nr_Nota_1305354_154" id="nr_Nota_1305354_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_160" id="ci_AlunoAvaliacao_1305354_160" value="89309767" type="hidden">
                <input name="nr_Nota_1305354_160" id="nr_Nota_1305354_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_530" id="ci_AlunoAvaliacao_1305354_530" value="89917578" type="hidden">
                <input name="nr_Nota_1305354_530" id="nr_Nota_1305354_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_780" id="ci_AlunoAvaliacao_1305354_780" value="88773236" type="hidden">
                <input name="nr_Nota_1305354_780" id="nr_Nota_1305354_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_800" id="ci_AlunoAvaliacao_1305354_800" value="89309122" type="hidden">
                <input name="nr_Nota_1305354_800" id="nr_Nota_1305354_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_890" id="ci_AlunoAvaliacao_1305354_890" value="88778866" type="hidden">
                <input name="nr_Nota_1305354_890" id="nr_Nota_1305354_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_970" id="ci_AlunoAvaliacao_1305354_970" value="88777871" type="hidden">
                <input name="nr_Nota_1305354_970" id="nr_Nota_1305354_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_3330" id="ci_AlunoAvaliacao_1305354_3330" value="89771377" type="hidden">
                <input name="nr_Nota_1305354_3330" id="nr_Nota_1305354_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_1130" id="ci_AlunoAvaliacao_1305354_1130" value="89773552" type="hidden">
                <input name="nr_Nota_1305354_1130" id="nr_Nota_1305354_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_1140" id="ci_AlunoAvaliacao_1305354_1140" value="89774816" type="hidden">
                <input name="nr_Nota_1305354_1140" id="nr_Nota_1305354_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_1200" id="ci_AlunoAvaliacao_1305354_1200" value="89311898" type="hidden">
                <input name="nr_Nota_1305354_1200" id="nr_Nota_1305354_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_1620" id="ci_AlunoAvaliacao_1305354_1620" value="89308071" type="hidden">
                <input name="nr_Nota_1305354_1620" id="nr_Nota_1305354_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_1730" id="ci_AlunoAvaliacao_1305354_1730" value="89312296" type="hidden">
                <input name="nr_Nota_1305354_1730" id="nr_Nota_1305354_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1195376&nbsp;JANDSON RODRIGUES DE ALENCAR
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="1195376" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195376_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_154" id="ci_AlunoAvaliacao_1195376_154" value="89772877" type="hidden">
                <input name="nr_Nota_1195376_154" id="nr_Nota_1195376_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_160" id="ci_AlunoAvaliacao_1195376_160" value="89309768" type="hidden">
                <input name="nr_Nota_1195376_160" id="nr_Nota_1195376_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_530" id="ci_AlunoAvaliacao_1195376_530" value="89917582" type="hidden">
                <input name="nr_Nota_1195376_530" id="nr_Nota_1195376_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_780" id="ci_AlunoAvaliacao_1195376_780" value="88773237" type="hidden">
                <input name="nr_Nota_1195376_780" id="nr_Nota_1195376_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_800" id="ci_AlunoAvaliacao_1195376_800" value="89309123" type="hidden">
                <input name="nr_Nota_1195376_800" id="nr_Nota_1195376_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_890" id="ci_AlunoAvaliacao_1195376_890" value="88778867" type="hidden">
                <input name="nr_Nota_1195376_890" id="nr_Nota_1195376_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_970" id="ci_AlunoAvaliacao_1195376_970" value="88777872" type="hidden">
                <input name="nr_Nota_1195376_970" id="nr_Nota_1195376_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_3330" id="ci_AlunoAvaliacao_1195376_3330" value="89771378" type="hidden">
                <input name="nr_Nota_1195376_3330" id="nr_Nota_1195376_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_1130" id="ci_AlunoAvaliacao_1195376_1130" value="89773553" type="hidden">
                <input name="nr_Nota_1195376_1130" id="nr_Nota_1195376_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_1140" id="ci_AlunoAvaliacao_1195376_1140" value="89774817" type="hidden">
                <input name="nr_Nota_1195376_1140" id="nr_Nota_1195376_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_1200" id="ci_AlunoAvaliacao_1195376_1200" value="89311899" type="hidden">
                <input name="nr_Nota_1195376_1200" id="nr_Nota_1195376_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_1620" id="ci_AlunoAvaliacao_1195376_1620" value="89308072" type="hidden">
                <input name="nr_Nota_1195376_1620" id="nr_Nota_1195376_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_1730" id="ci_AlunoAvaliacao_1195376_1730" value="89312297" type="hidden">
                <input name="nr_Nota_1195376_1730" id="nr_Nota_1195376_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;672303&nbsp;JOELSON BATISTA POLICARPO DE ARAUJO
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="672303" type="hidden"></td>
            
            <td id="colunaNotaAluno_672303_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_154" id="ci_AlunoAvaliacao_672303_154" value="89772878" type="hidden">
                <input name="nr_Nota_672303_154" id="nr_Nota_672303_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_160" id="ci_AlunoAvaliacao_672303_160" value="89309769" type="hidden">
                <input name="nr_Nota_672303_160" id="nr_Nota_672303_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_530" id="ci_AlunoAvaliacao_672303_530" value="89917591" type="hidden">
                <input name="nr_Nota_672303_530" id="nr_Nota_672303_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_780" id="ci_AlunoAvaliacao_672303_780" value="88773238" type="hidden">
                <input name="nr_Nota_672303_780" id="nr_Nota_672303_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_800" id="ci_AlunoAvaliacao_672303_800" value="89309124" type="hidden">
                <input name="nr_Nota_672303_800" id="nr_Nota_672303_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_890" id="ci_AlunoAvaliacao_672303_890" value="88778868" type="hidden">
                <input name="nr_Nota_672303_890" id="nr_Nota_672303_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_970" id="ci_AlunoAvaliacao_672303_970" value="88777873" type="hidden">
                <input name="nr_Nota_672303_970" id="nr_Nota_672303_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_3330" id="ci_AlunoAvaliacao_672303_3330" value="89771379" type="hidden">
                <input name="nr_Nota_672303_3330" id="nr_Nota_672303_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_1130" id="ci_AlunoAvaliacao_672303_1130" value="89773554" type="hidden">
                <input name="nr_Nota_672303_1130" id="nr_Nota_672303_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_1140" id="ci_AlunoAvaliacao_672303_1140" value="89774818" type="hidden">
                <input name="nr_Nota_672303_1140" id="nr_Nota_672303_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_1200" id="ci_AlunoAvaliacao_672303_1200" value="89311900" type="hidden">
                <input name="nr_Nota_672303_1200" id="nr_Nota_672303_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_1620" id="ci_AlunoAvaliacao_672303_1620" value="89308073" type="hidden">
                <input name="nr_Nota_672303_1620" id="nr_Nota_672303_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_1730" id="ci_AlunoAvaliacao_672303_1730" value="89312298" type="hidden">
                <input name="nr_Nota_672303_1730" id="nr_Nota_672303_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228390&nbsp;JOSE GENEUTON BARROS JUNIOR
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="1228390" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228390_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_154" id="ci_AlunoAvaliacao_1228390_154" value="89772879" type="hidden">
                <input name="nr_Nota_1228390_154" id="nr_Nota_1228390_154" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_160" id="ci_AlunoAvaliacao_1228390_160" value="89309770" type="hidden">
                <input name="nr_Nota_1228390_160" id="nr_Nota_1228390_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_530" id="ci_AlunoAvaliacao_1228390_530" value="89917596" type="hidden">
                <input name="nr_Nota_1228390_530" id="nr_Nota_1228390_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_780" id="ci_AlunoAvaliacao_1228390_780" value="88773239" type="hidden">
                <input name="nr_Nota_1228390_780" id="nr_Nota_1228390_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_800" id="ci_AlunoAvaliacao_1228390_800" value="89309125" type="hidden">
                <input name="nr_Nota_1228390_800" id="nr_Nota_1228390_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_890" id="ci_AlunoAvaliacao_1228390_890" value="88778869" type="hidden">
                <input name="nr_Nota_1228390_890" id="nr_Nota_1228390_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_970" id="ci_AlunoAvaliacao_1228390_970" value="88777874" type="hidden">
                <input name="nr_Nota_1228390_970" id="nr_Nota_1228390_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_3330" id="ci_AlunoAvaliacao_1228390_3330" value="89771380" type="hidden">
                <input name="nr_Nota_1228390_3330" id="nr_Nota_1228390_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_1130" id="ci_AlunoAvaliacao_1228390_1130" value="89773555" type="hidden">
                <input name="nr_Nota_1228390_1130" id="nr_Nota_1228390_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_1140" id="ci_AlunoAvaliacao_1228390_1140" value="89774819" type="hidden">
                <input name="nr_Nota_1228390_1140" id="nr_Nota_1228390_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_1200" id="ci_AlunoAvaliacao_1228390_1200" value="89311901" type="hidden">
                <input name="nr_Nota_1228390_1200" id="nr_Nota_1228390_1200" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_1620" id="ci_AlunoAvaliacao_1228390_1620" value="89308074" type="hidden">
                <input name="nr_Nota_1228390_1620" id="nr_Nota_1228390_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_1730" id="ci_AlunoAvaliacao_1228390_1730" value="89312299" type="hidden">
                <input name="nr_Nota_1228390_1730" id="nr_Nota_1228390_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1181392&nbsp;MARCELO JUNIOR APARECIDO DA SILVA
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1181392" type="hidden"></td>
            
            <td id="colunaNotaAluno_1181392_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_154" id="ci_AlunoAvaliacao_1181392_154" value="89772880" type="hidden">
                <input name="nr_Nota_1181392_154" id="nr_Nota_1181392_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_160" id="ci_AlunoAvaliacao_1181392_160" value="89309771" type="hidden">
                <input name="nr_Nota_1181392_160" id="nr_Nota_1181392_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_530" id="ci_AlunoAvaliacao_1181392_530" value="89917603" type="hidden">
                <input name="nr_Nota_1181392_530" id="nr_Nota_1181392_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_780" id="ci_AlunoAvaliacao_1181392_780" value="88773240" type="hidden">
                <input name="nr_Nota_1181392_780" id="nr_Nota_1181392_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_800" id="ci_AlunoAvaliacao_1181392_800" value="89309126" type="hidden">
                <input name="nr_Nota_1181392_800" id="nr_Nota_1181392_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_890" id="ci_AlunoAvaliacao_1181392_890" value="88778870" type="hidden">
                <input name="nr_Nota_1181392_890" id="nr_Nota_1181392_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_970" id="ci_AlunoAvaliacao_1181392_970" value="88777876" type="hidden">
                <input name="nr_Nota_1181392_970" id="nr_Nota_1181392_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_3330" id="ci_AlunoAvaliacao_1181392_3330" value="89771381" type="hidden">
                <input name="nr_Nota_1181392_3330" id="nr_Nota_1181392_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_1130" id="ci_AlunoAvaliacao_1181392_1130" value="89773556" type="hidden">
                <input name="nr_Nota_1181392_1130" id="nr_Nota_1181392_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_1140" id="ci_AlunoAvaliacao_1181392_1140" value="89774820" type="hidden">
                <input name="nr_Nota_1181392_1140" id="nr_Nota_1181392_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_1200" id="ci_AlunoAvaliacao_1181392_1200" value="89311902" type="hidden">
                <input name="nr_Nota_1181392_1200" id="nr_Nota_1181392_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_1620" id="ci_AlunoAvaliacao_1181392_1620" value="89308075" type="hidden">
                <input name="nr_Nota_1181392_1620" id="nr_Nota_1181392_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_1730" id="ci_AlunoAvaliacao_1181392_1730" value="89312300" type="hidden">
                <input name="nr_Nota_1181392_1730" id="nr_Nota_1181392_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1196247&nbsp;MARIA CAMILA FERNANDO LOPES
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="1196247" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196247_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_154" id="ci_AlunoAvaliacao_1196247_154" value="89772881" type="hidden">
                <input name="nr_Nota_1196247_154" id="nr_Nota_1196247_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_160" id="ci_AlunoAvaliacao_1196247_160" value="89309772" type="hidden">
                <input name="nr_Nota_1196247_160" id="nr_Nota_1196247_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_530" id="ci_AlunoAvaliacao_1196247_530" value="89917606" type="hidden">
                <input name="nr_Nota_1196247_530" id="nr_Nota_1196247_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_780" id="ci_AlunoAvaliacao_1196247_780" value="88773241" type="hidden">
                <input name="nr_Nota_1196247_780" id="nr_Nota_1196247_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_800" id="ci_AlunoAvaliacao_1196247_800" value="89309127" type="hidden">
                <input name="nr_Nota_1196247_800" id="nr_Nota_1196247_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_890" id="ci_AlunoAvaliacao_1196247_890" value="88778871" type="hidden">
                <input name="nr_Nota_1196247_890" id="nr_Nota_1196247_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_970" id="ci_AlunoAvaliacao_1196247_970" value="88777877" type="hidden">
                <input name="nr_Nota_1196247_970" id="nr_Nota_1196247_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_3330" id="ci_AlunoAvaliacao_1196247_3330" value="89771382" type="hidden">
                <input name="nr_Nota_1196247_3330" id="nr_Nota_1196247_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_1130" id="ci_AlunoAvaliacao_1196247_1130" value="89773557" type="hidden">
                <input name="nr_Nota_1196247_1130" id="nr_Nota_1196247_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_1140" id="ci_AlunoAvaliacao_1196247_1140" value="89774821" type="hidden">
                <input name="nr_Nota_1196247_1140" id="nr_Nota_1196247_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_1200" id="ci_AlunoAvaliacao_1196247_1200" value="89311903" type="hidden">
                <input name="nr_Nota_1196247_1200" id="nr_Nota_1196247_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_1620" id="ci_AlunoAvaliacao_1196247_1620" value="89308076" type="hidden">
                <input name="nr_Nota_1196247_1620" id="nr_Nota_1196247_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_1730" id="ci_AlunoAvaliacao_1196247_1730" value="89312301" type="hidden">
                <input name="nr_Nota_1196247_1730" id="nr_Nota_1196247_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197532&nbsp;MAURI FERREIRA SALES JUNIOR
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="1197532" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197532_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_154" id="ci_AlunoAvaliacao_1197532_154" value="89772882" type="hidden">
                <input name="nr_Nota_1197532_154" id="nr_Nota_1197532_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_160" id="ci_AlunoAvaliacao_1197532_160" value="89309774" type="hidden">
                <input name="nr_Nota_1197532_160" id="nr_Nota_1197532_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_530" id="ci_AlunoAvaliacao_1197532_530" value="89917614" type="hidden">
                <input name="nr_Nota_1197532_530" id="nr_Nota_1197532_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_780" id="ci_AlunoAvaliacao_1197532_780" value="88773243" type="hidden">
                <input name="nr_Nota_1197532_780" id="nr_Nota_1197532_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_800" id="ci_AlunoAvaliacao_1197532_800" value="89309129" type="hidden">
                <input name="nr_Nota_1197532_800" id="nr_Nota_1197532_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_890" id="ci_AlunoAvaliacao_1197532_890" value="88778873" type="hidden">
                <input name="nr_Nota_1197532_890" id="nr_Nota_1197532_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_970" id="ci_AlunoAvaliacao_1197532_970" value="88777879" type="hidden">
                <input name="nr_Nota_1197532_970" id="nr_Nota_1197532_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_3330" id="ci_AlunoAvaliacao_1197532_3330" value="89771383" type="hidden">
                <input name="nr_Nota_1197532_3330" id="nr_Nota_1197532_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_1130" id="ci_AlunoAvaliacao_1197532_1130" value="89773558" type="hidden">
                <input name="nr_Nota_1197532_1130" id="nr_Nota_1197532_1130" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_1140" id="ci_AlunoAvaliacao_1197532_1140" value="89774822" type="hidden">
                <input name="nr_Nota_1197532_1140" id="nr_Nota_1197532_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_1200" id="ci_AlunoAvaliacao_1197532_1200" value="89311905" type="hidden">
                <input name="nr_Nota_1197532_1200" id="nr_Nota_1197532_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_1620" id="ci_AlunoAvaliacao_1197532_1620" value="89308078" type="hidden">
                <input name="nr_Nota_1197532_1620" id="nr_Nota_1197532_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_1730" id="ci_AlunoAvaliacao_1197532_1730" value="89312303" type="hidden">
                <input name="nr_Nota_1197532_1730" id="nr_Nota_1197532_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1167681&nbsp;MATHEUS CARVALHO REBOUCAS
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1167681" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167681_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_154" id="ci_AlunoAvaliacao_1167681_154" value="90273185" type="hidden">
                <input name="nr_Nota_1167681_154" id="nr_Nota_1167681_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_160" id="ci_AlunoAvaliacao_1167681_160" value="89473106" type="hidden">
                <input name="nr_Nota_1167681_160" id="nr_Nota_1167681_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_530" id="ci_AlunoAvaliacao_1167681_530" value="89968431" type="hidden">
                <input name="nr_Nota_1167681_530" id="nr_Nota_1167681_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_780" id="ci_AlunoAvaliacao_1167681_780" value="90316806" type="hidden">
                <input name="nr_Nota_1167681_780" id="nr_Nota_1167681_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_800" id="ci_AlunoAvaliacao_1167681_800" value="88076786" type="hidden">
                <input name="nr_Nota_1167681_800" id="nr_Nota_1167681_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_890" id="ci_AlunoAvaliacao_1167681_890" value="88211941" type="hidden">
                <input name="nr_Nota_1167681_890" id="nr_Nota_1167681_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_970" id="ci_AlunoAvaliacao_1167681_970" value="89078450" type="hidden">
                <input name="nr_Nota_1167681_970" id="nr_Nota_1167681_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_3330" id="ci_AlunoAvaliacao_1167681_3330" value="89756801" type="hidden">
                <input name="nr_Nota_1167681_3330" id="nr_Nota_1167681_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_1130" id="ci_AlunoAvaliacao_1167681_1130" value="88490449" type="hidden">
                <input name="nr_Nota_1167681_1130" id="nr_Nota_1167681_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_1140" id="ci_AlunoAvaliacao_1167681_1140" value="89076776" type="hidden">
                <input name="nr_Nota_1167681_1140" id="nr_Nota_1167681_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_1200" id="ci_AlunoAvaliacao_1167681_1200" value="88367722" type="hidden">
                <input name="nr_Nota_1167681_1200" id="nr_Nota_1167681_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_1620" id="ci_AlunoAvaliacao_1167681_1620" value="89738920" type="hidden">
                <input name="nr_Nota_1167681_1620" id="nr_Nota_1167681_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_1730" id="ci_AlunoAvaliacao_1167681_1730" value="89126473" type="hidden">
                <input name="nr_Nota_1167681_1730" id="nr_Nota_1167681_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;917067&nbsp;NAYANNE INACIO DA COSTA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="917067" type="hidden"></td>
            
            <td id="colunaNotaAluno_917067_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_154" id="ci_AlunoAvaliacao_917067_154" value="89772883" type="hidden">
                <input name="nr_Nota_917067_154" id="nr_Nota_917067_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_160" id="ci_AlunoAvaliacao_917067_160" value="89309775" type="hidden">
                <input name="nr_Nota_917067_160" id="nr_Nota_917067_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_530" id="ci_AlunoAvaliacao_917067_530" value="89917623" type="hidden">
                <input name="nr_Nota_917067_530" id="nr_Nota_917067_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_780" id="ci_AlunoAvaliacao_917067_780" value="88773244" type="hidden">
                <input name="nr_Nota_917067_780" id="nr_Nota_917067_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_800" id="ci_AlunoAvaliacao_917067_800" value="89309130" type="hidden">
                <input name="nr_Nota_917067_800" id="nr_Nota_917067_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_890" id="ci_AlunoAvaliacao_917067_890" value="88778874" type="hidden">
                <input name="nr_Nota_917067_890" id="nr_Nota_917067_890" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_970" id="ci_AlunoAvaliacao_917067_970" value="88777881" type="hidden">
                <input name="nr_Nota_917067_970" id="nr_Nota_917067_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_3330" id="ci_AlunoAvaliacao_917067_3330" value="89771384" type="hidden">
                <input name="nr_Nota_917067_3330" id="nr_Nota_917067_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_1130" id="ci_AlunoAvaliacao_917067_1130" value="89773559" type="hidden">
                <input name="nr_Nota_917067_1130" id="nr_Nota_917067_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_1140" id="ci_AlunoAvaliacao_917067_1140" value="89774823" type="hidden">
                <input name="nr_Nota_917067_1140" id="nr_Nota_917067_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_1200" id="ci_AlunoAvaliacao_917067_1200" value="89311906" type="hidden">
                <input name="nr_Nota_917067_1200" id="nr_Nota_917067_1200" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_1620" id="ci_AlunoAvaliacao_917067_1620" value="89308079" type="hidden">
                <input name="nr_Nota_917067_1620" id="nr_Nota_917067_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_1730" id="ci_AlunoAvaliacao_917067_1730" value="89312304" type="hidden">
                <input name="nr_Nota_917067_1730" id="nr_Nota_917067_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1196092&nbsp;RAYANNE FURTADO ALVES DE CASTRO
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1196092" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196092_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_154" id="ci_AlunoAvaliacao_1196092_154" value="89772884" type="hidden">
                <input name="nr_Nota_1196092_154" id="nr_Nota_1196092_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_160" id="ci_AlunoAvaliacao_1196092_160" value="89309776" type="hidden">
                <input name="nr_Nota_1196092_160" id="nr_Nota_1196092_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_530" id="ci_AlunoAvaliacao_1196092_530" value="89917629" type="hidden">
                <input name="nr_Nota_1196092_530" id="nr_Nota_1196092_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_780" id="ci_AlunoAvaliacao_1196092_780" value="88773245" type="hidden">
                <input name="nr_Nota_1196092_780" id="nr_Nota_1196092_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_800" id="ci_AlunoAvaliacao_1196092_800" value="89309131" type="hidden">
                <input name="nr_Nota_1196092_800" id="nr_Nota_1196092_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_890" id="ci_AlunoAvaliacao_1196092_890" value="88778875" type="hidden">
                <input name="nr_Nota_1196092_890" id="nr_Nota_1196092_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_970" id="ci_AlunoAvaliacao_1196092_970" value="88777882" type="hidden">
                <input name="nr_Nota_1196092_970" id="nr_Nota_1196092_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_3330" id="ci_AlunoAvaliacao_1196092_3330" value="89771385" type="hidden">
                <input name="nr_Nota_1196092_3330" id="nr_Nota_1196092_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_1130" id="ci_AlunoAvaliacao_1196092_1130" value="89773560" type="hidden">
                <input name="nr_Nota_1196092_1130" id="nr_Nota_1196092_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_1140" id="ci_AlunoAvaliacao_1196092_1140" value="89774824" type="hidden">
                <input name="nr_Nota_1196092_1140" id="nr_Nota_1196092_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_1200" id="ci_AlunoAvaliacao_1196092_1200" value="89311907" type="hidden">
                <input name="nr_Nota_1196092_1200" id="nr_Nota_1196092_1200" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_1620" id="ci_AlunoAvaliacao_1196092_1620" value="89308080" type="hidden">
                <input name="nr_Nota_1196092_1620" id="nr_Nota_1196092_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_1730" id="ci_AlunoAvaliacao_1196092_1730" value="89312305" type="hidden">
                <input name="nr_Nota_1196092_1730" id="nr_Nota_1196092_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2399754&nbsp;REBECA FERREIRA LEMOS
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="2399754" type="hidden"></td>
            
            <td id="colunaNotaAluno_2399754_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_154" id="ci_AlunoAvaliacao_2399754_154" value="89772885" type="hidden">
                <input name="nr_Nota_2399754_154" id="nr_Nota_2399754_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_160" id="ci_AlunoAvaliacao_2399754_160" value="89309777" type="hidden">
                <input name="nr_Nota_2399754_160" id="nr_Nota_2399754_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_530" id="ci_AlunoAvaliacao_2399754_530" value="89917639" type="hidden">
                <input name="nr_Nota_2399754_530" id="nr_Nota_2399754_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_780" id="ci_AlunoAvaliacao_2399754_780" value="88773246" type="hidden">
                <input name="nr_Nota_2399754_780" id="nr_Nota_2399754_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_800" id="ci_AlunoAvaliacao_2399754_800" value="89309132" type="hidden">
                <input name="nr_Nota_2399754_800" id="nr_Nota_2399754_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_890" id="ci_AlunoAvaliacao_2399754_890" value="88778876" type="hidden">
                <input name="nr_Nota_2399754_890" id="nr_Nota_2399754_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_970" id="ci_AlunoAvaliacao_2399754_970" value="88777883" type="hidden">
                <input name="nr_Nota_2399754_970" id="nr_Nota_2399754_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_3330" id="ci_AlunoAvaliacao_2399754_3330" value="89771386" type="hidden">
                <input name="nr_Nota_2399754_3330" id="nr_Nota_2399754_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_1130" id="ci_AlunoAvaliacao_2399754_1130" value="89773561" type="hidden">
                <input name="nr_Nota_2399754_1130" id="nr_Nota_2399754_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_1140" id="ci_AlunoAvaliacao_2399754_1140" value="89774825" type="hidden">
                <input name="nr_Nota_2399754_1140" id="nr_Nota_2399754_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_1200" id="ci_AlunoAvaliacao_2399754_1200" value="89311908" type="hidden">
                <input name="nr_Nota_2399754_1200" id="nr_Nota_2399754_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_1620" id="ci_AlunoAvaliacao_2399754_1620" value="89308081" type="hidden">
                <input name="nr_Nota_2399754_1620" id="nr_Nota_2399754_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_1730" id="ci_AlunoAvaliacao_2399754_1730" value="89312306" type="hidden">
                <input name="nr_Nota_2399754_1730" id="nr_Nota_2399754_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;477931&nbsp;RICARTHE MARQUES DE OLIVEIRA
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="477931" type="hidden"></td>
            
            <td id="colunaNotaAluno_477931_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_154" id="ci_AlunoAvaliacao_477931_154" value="89772886" type="hidden">
                <input name="nr_Nota_477931_154" id="nr_Nota_477931_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_160" id="ci_AlunoAvaliacao_477931_160" value="89309778" type="hidden">
                <input name="nr_Nota_477931_160" id="nr_Nota_477931_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_530" id="ci_AlunoAvaliacao_477931_530" value="89917649" type="hidden">
                <input name="nr_Nota_477931_530" id="nr_Nota_477931_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_780" id="ci_AlunoAvaliacao_477931_780" value="88773247" type="hidden">
                <input name="nr_Nota_477931_780" id="nr_Nota_477931_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_800" id="ci_AlunoAvaliacao_477931_800" value="89309133" type="hidden">
                <input name="nr_Nota_477931_800" id="nr_Nota_477931_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_890" id="ci_AlunoAvaliacao_477931_890" value="88778877" type="hidden">
                <input name="nr_Nota_477931_890" id="nr_Nota_477931_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_970" id="ci_AlunoAvaliacao_477931_970" value="88777885" type="hidden">
                <input name="nr_Nota_477931_970" id="nr_Nota_477931_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_3330" id="ci_AlunoAvaliacao_477931_3330" value="89771387" type="hidden">
                <input name="nr_Nota_477931_3330" id="nr_Nota_477931_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_1130" id="ci_AlunoAvaliacao_477931_1130" value="89773562" type="hidden">
                <input name="nr_Nota_477931_1130" id="nr_Nota_477931_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_1140" id="ci_AlunoAvaliacao_477931_1140" value="89774826" type="hidden">
                <input name="nr_Nota_477931_1140" id="nr_Nota_477931_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_1200" id="ci_AlunoAvaliacao_477931_1200" value="89311909" type="hidden">
                <input name="nr_Nota_477931_1200" id="nr_Nota_477931_1200" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_1620" id="ci_AlunoAvaliacao_477931_1620" value="89308082" type="hidden">
                <input name="nr_Nota_477931_1620" id="nr_Nota_477931_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_1730" id="ci_AlunoAvaliacao_477931_1730" value="89312307" type="hidden">
                <input name="nr_Nota_477931_1730" id="nr_Nota_477931_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1291970&nbsp;STEPHANIE SANTOS ALENCAR
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1291970" type="hidden"></td>
            
            <td id="colunaNotaAluno_1291970_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_154" id="ci_AlunoAvaliacao_1291970_154" value="89772887" type="hidden">
                <input name="nr_Nota_1291970_154" id="nr_Nota_1291970_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_160" id="ci_AlunoAvaliacao_1291970_160" value="89309779" type="hidden">
                <input name="nr_Nota_1291970_160" id="nr_Nota_1291970_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_530" id="ci_AlunoAvaliacao_1291970_530" value="89917659" type="hidden">
                <input name="nr_Nota_1291970_530" id="nr_Nota_1291970_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_780" id="ci_AlunoAvaliacao_1291970_780" value="88773248" type="hidden">
                <input name="nr_Nota_1291970_780" id="nr_Nota_1291970_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_800" id="ci_AlunoAvaliacao_1291970_800" value="89309134" type="hidden">
                <input name="nr_Nota_1291970_800" id="nr_Nota_1291970_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_890" id="ci_AlunoAvaliacao_1291970_890" value="88778878" type="hidden">
                <input name="nr_Nota_1291970_890" id="nr_Nota_1291970_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_970" id="ci_AlunoAvaliacao_1291970_970" value="88777886" type="hidden">
                <input name="nr_Nota_1291970_970" id="nr_Nota_1291970_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_3330" id="ci_AlunoAvaliacao_1291970_3330" value="89771388" type="hidden">
                <input name="nr_Nota_1291970_3330" id="nr_Nota_1291970_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_1130" id="ci_AlunoAvaliacao_1291970_1130" value="89773563" type="hidden">
                <input name="nr_Nota_1291970_1130" id="nr_Nota_1291970_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_1140" id="ci_AlunoAvaliacao_1291970_1140" value="89774827" type="hidden">
                <input name="nr_Nota_1291970_1140" id="nr_Nota_1291970_1140" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_1200" id="ci_AlunoAvaliacao_1291970_1200" value="89311910" type="hidden">
                <input name="nr_Nota_1291970_1200" id="nr_Nota_1291970_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_1620" id="ci_AlunoAvaliacao_1291970_1620" value="89308083" type="hidden">
                <input name="nr_Nota_1291970_1620" id="nr_Nota_1291970_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_1730" id="ci_AlunoAvaliacao_1291970_1730" value="89312308" type="hidden">
                <input name="nr_Nota_1291970_1730" id="nr_Nota_1291970_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1288086&nbsp;THAIS CAMILLA COSTA MESQUITA
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="1288086" type="hidden"></td>
            
            <td id="colunaNotaAluno_1288086_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_154" id="ci_AlunoAvaliacao_1288086_154" value="89772888" type="hidden">
                <input name="nr_Nota_1288086_154" id="nr_Nota_1288086_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_160" id="ci_AlunoAvaliacao_1288086_160" value="89309780" type="hidden">
                <input name="nr_Nota_1288086_160" id="nr_Nota_1288086_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_530" id="ci_AlunoAvaliacao_1288086_530" value="89917660" type="hidden">
                <input name="nr_Nota_1288086_530" id="nr_Nota_1288086_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_780" id="ci_AlunoAvaliacao_1288086_780" value="88773249" type="hidden">
                <input name="nr_Nota_1288086_780" id="nr_Nota_1288086_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_800" id="ci_AlunoAvaliacao_1288086_800" value="89309135" type="hidden">
                <input name="nr_Nota_1288086_800" id="nr_Nota_1288086_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_890" id="ci_AlunoAvaliacao_1288086_890" value="88778879" type="hidden">
                <input name="nr_Nota_1288086_890" id="nr_Nota_1288086_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_970" id="ci_AlunoAvaliacao_1288086_970" value="88777887" type="hidden">
                <input name="nr_Nota_1288086_970" id="nr_Nota_1288086_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_3330" id="ci_AlunoAvaliacao_1288086_3330" value="89771389" type="hidden">
                <input name="nr_Nota_1288086_3330" id="nr_Nota_1288086_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_1130" id="ci_AlunoAvaliacao_1288086_1130" value="89773564" type="hidden">
                <input name="nr_Nota_1288086_1130" id="nr_Nota_1288086_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_1140" id="ci_AlunoAvaliacao_1288086_1140" value="89774828" type="hidden">
                <input name="nr_Nota_1288086_1140" id="nr_Nota_1288086_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_1200" id="ci_AlunoAvaliacao_1288086_1200" value="89311911" type="hidden">
                <input name="nr_Nota_1288086_1200" id="nr_Nota_1288086_1200" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_1620" id="ci_AlunoAvaliacao_1288086_1620" value="89308084" type="hidden">
                <input name="nr_Nota_1288086_1620" id="nr_Nota_1288086_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_1730" id="ci_AlunoAvaliacao_1288086_1730" value="89312309" type="hidden">
                <input name="nr_Nota_1288086_1730" id="nr_Nota_1288086_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 341px; left: 862px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (INGLES)</h3><div class="body">ERIC BRENO SANTOS DE MELO</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>